Skip to content

Conversation

@smilledge
Copy link

Fix for the import error when using es6 import syntax.

#153

@icfantv
Copy link

icfantv commented Jan 20, 2017

@bunkat can we please get this merged and released? it's blocking our upgrade to webpack 2. Otherwise, we'll have to drop the library and find a different solution.

@Chexpir
Copy link

Chexpir commented Feb 16, 2017

@bunkat can we please get this merged and released? We are using webpack2 and ussing a forked version in the meantime :-)

@icfantv
Copy link

icfantv commented Feb 16, 2017

@Chexpir, due to the lack of response and this project being MIT licensed, we simply pulled it in-house. Not ideal, but better than continually waiting.

});

require(process.env['LATER_COV'] ? "./later-cov" : "./later");
if (process.env['LATER_COV']) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should also check if process is defined before trying to access env. webpack will throw an error here. I did the same fix in #208

@icfantv
Copy link

icfantv commented Apr 21, 2017

Given that it's been six months since this PR was opened and the last post by the author of this project was in October of '16 requesting help since he no longer used it, I think it safe to assume this is abandoned. If anyone wants to fork it and correct the issues, that's probably the best course of action at this point.

@gabrielgrant
Copy link

@icfantv If someone is willing to do maintenance work, it would probably be better for them to just reply to the lib author's call for help and make the fixes here, no? Unfortunately afaics no one has stepped up to do so yet

@kirkins
Copy link

kirkins commented Mar 12, 2018

@icfantv hi wondering if you are still maintaining an in-house version of this library? Care to make it public if so?

@icfantv
Copy link

icfantv commented Mar 12, 2018

@kirkins I wouldn't say maintaining. Rather, we pulled it in house and fixed the bug. I don't recall it being touched since. Looks like it was also moved so we lost the history. Here's the current version: https://github.com/spinnaker/deck/tree/master/app/scripts/modules/core/src/utils/later

@kirkins
Copy link

kirkins commented Mar 12, 2018

@icfantv thanks!

@icfantv
Copy link

icfantv commented Mar 12, 2018

@kirkins Sure.

@niftylettuce
Copy link

This issue is now fixed per my work with Bree, I have an updated fork of this package called @breejs/later. See https://github.com/breejs/later if you have additional PR's or issues to file. Contributions welcome to clean it up.

@smilledge
Copy link
Author

Closing as #208 is better

@smilledge smilledge closed this Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants